touchgfx::Vector::operator[]() is only used within TouchGFX.
 
Symbols
loading...
Files
loading...
CodeScopeSTM32 Libraries and SamplesTouchGFXtouchgfx::Vector::operator[]()

touchgfx::Vector::operator[]() method

@fn T& Vector::operator[](uint16_t idx) Index operator. Index operator.

Syntax

T& operator[](uint16_t idx);

Arguments

idx

The index of the element to obtain.

Return value

A reference to the element placed at index idx.

References

LocationText
Types.hpp:471
T& operator[](uint16_t idx)